home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 2005 March / Macworld CD March 2005 - Marathon Trilogy.iso / Shareware World / User Interface / RocketLauncher.sit / RocketLauncher / RocketLauncher.CVS / LaunchTableView.h,v < prev    next >
Encoding:
Text File  |  2005-01-09  |  627 b   |  55 lines

  1. head     1.1;
  2. branch   1.1.1;
  3. access   ;
  4. symbols  start:1.1.1.1 oleg:1.1.1;
  5. locks    ; strict;
  6. comment  @ * @;
  7.  
  8.  
  9. 1.1
  10. date     2005.01.09.18.45.06;  author oleg;  state Exp;
  11. branches 1.1.1.1;
  12. next     ;
  13.  
  14. 1.1.1.1
  15. date     2005.01.09.18.45.06;  author oleg;  state Exp;
  16. branches ;
  17. next     ;
  18.  
  19.  
  20. desc
  21. @@
  22.  
  23.  
  24.  
  25. 1.1
  26. log
  27. @Initial revision
  28. @
  29. text
  30. @//
  31. //  LaunchTableView.h
  32. //  RocketLauncher
  33. //
  34. //  Created by Oleg Kibirev on 1/8/05.
  35. //  Copyright 2005 My Stuff. All rights reserved.
  36. //
  37.  
  38. #import <Cocoa/Cocoa.h>
  39.  
  40.  
  41. @@interface LaunchTableView : NSTableView {
  42.  
  43. }
  44. - (BOOL)becomeFirstResponder;
  45. @@end
  46. @
  47.  
  48.  
  49. 1.1.1.1
  50. log
  51. @RocketLauncher
  52. @
  53. text
  54. @@
  55.